type hash/fnv.sum64a
13 uses
hash/fnv (current package)
fnv.go#L26: sum64a uint64
fnv.go#L66: var s sum64a = offset64
fnv.go#L91: func (s *sum64a) Reset() { *s = offset64 }
fnv.go#L98: func (s *sum64a) Sum64() uint64 { return uint64(*s) }
fnv.go#L130: func (s *sum64a) Write(data []byte) (int, error) {
fnv.go#L133: hash ^= sum64a(c)
fnv.go#L169: func (s *sum64a) Size() int { return 8 }
fnv.go#L176: func (s *sum64a) BlockSize() int { return 1 }
fnv.go#L195: func (s *sum64a) Sum(in []byte) []byte {
fnv.go#L252: func (s *sum64a) AppendBinary(b []byte) ([]byte, error) {
fnv.go#L258: func (s *sum64a) MarshalBinary() ([]byte, error) {
fnv.go#L317: func (s *sum64a) UnmarshalBinary(b []byte) error {
fnv.go#L324: *s = sum64a(byteorder.BEUint64(b[4:]))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)